runtime.heapStatsDelta.largeAllocCount (field)
8 uses
runtime (current package)
arena.go#L1080: atomic.Xadd64(&stats.largeAllocCount, 1)
mcache.go#L242: atomic.Xadd64(&stats.largeAllocCount, 1)
metrics.go#L224: hist.counts[len(hist.counts)-1] = in.heapStats.largeAllocCount
metrics.go#L609: a.totalAllocs = a.largeAllocCount
mstats.go#L395: nMalloc := consStats.largeAllocCount
mstats.go#L683: largeAllocCount uint64 // number of large object allocations
mstats.go#L705: a.largeAllocCount += b.largeAllocCount
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |